home *** CD-ROM | disk | FTP | other *** search
/ FishMarket 1.0 / FishMarket v1.0.iso / fishies / 526-550 / disk_546 / 2view / arexx.doc < prev    next >
Text File  |  1992-05-06  |  2KB  |  56 lines

  1.  
  2.      2View's ARexx port name depends on the number of copies of 2View that
  3. are currently running.    The first copy of 2View has the ARexx port
  4. '2View.1', the second, '2View.2', etc. up to '2View.99'
  5.  
  6. 'quit'
  7.  - Quit 2View (same as pressing the right mouse button)
  8.  
  9. 'advance'
  10.  - Advance to the next picture in the sequence, or quit if we're at the end
  11.    of a non-looping sequence (same as pressing the left mouse button)
  12.  
  13. 'get width'
  14.  - Get the width of the current picture
  15.  
  16. 'get height'
  17.  - Get the height of the current picture
  18.  
  19. 'get depth'
  20.  - Get the number of bitplanes in the current picture
  21.  
  22. 'get viewmodes'
  23.  - Get a 32-bit hex number that describes the viewmodes (HAM, HIRES, etc.)
  24.    of the current picture (this is the same as the Screen.ViewModes flag)
  25.  
  26. 'get timeleft'
  27.  - Get the time left to display the current picture, in ticks.    If the
  28.    user didn't specify a time on the command line, this returns zero.
  29.  
  30. 'get timeperpicture'
  31.  - Get the time each picture is to be displayed, in ticks.  If the user
  32.    didn't specify a time on the command line, this returns zero.
  33.  
  34. 'get version'
  35.  - Get a string giving the current version and release date of 2View
  36.  
  37. 'get playlistname'
  38.  - Get the name of the current playlist, or '?NONE?' if no playlist is
  39.    being used
  40.  
  41. 'get looping'
  42.  - Returns 'TRUE' if the user specified the 'loop' flag, 'FALSE' if not
  43.  
  44. 'get printpictures'
  45.  - Returns 'TRUE' if the user specified the 'print' flag, 'FALSE' if not
  46.  
  47. 'pictoback'
  48.  - Send the current picture to the back
  49.  
  50. 'pictofront'
  51.  - Send the current picture to the front
  52.  
  53. 'print'
  54.  - Print the current picture
  55.  
  56.